Changeset 76e9cfd in Klonkt
- Timestamp:
- 05/20/2026 02:48:05 AM (4 months ago)
- Branches:
- main
- Children:
- 46f23fd
- Parents:
- 8681239
- Files:
-
- 7 edited
-
.beads/hooks/post-checkout (modified) (2 diffs)
-
.beads/hooks/post-merge (modified) (2 diffs)
-
.beads/hooks/pre-commit (modified) (2 diffs)
-
.beads/hooks/pre-push (modified) (2 diffs)
-
.beads/hooks/prepare-commit-msg (modified) (2 diffs)
-
AGENTS.md (modified) (4 diffs)
-
CLAUDE.md (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
.beads/hooks/post-checkout
r8681239 r76e9cfd 1 1 #!/usr/bin/env sh 2 # --- BEGIN BEADS INTEGRATION v1.0. 3---2 # --- BEGIN BEADS INTEGRATION v1.0.4 --- 3 3 # This section is managed by beads. Do not remove these markers. 4 4 if command -v bd >/dev/null 2>&1; then … … 22 22 if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi 23 23 fi 24 # --- END BEADS INTEGRATION v1.0. 3---24 # --- END BEADS INTEGRATION v1.0.4 --- -
.beads/hooks/post-merge
r8681239 r76e9cfd 1 1 #!/usr/bin/env sh 2 # --- BEGIN BEADS INTEGRATION v1.0. 3---2 # --- BEGIN BEADS INTEGRATION v1.0.4 --- 3 3 # This section is managed by beads. Do not remove these markers. 4 4 if command -v bd >/dev/null 2>&1; then … … 22 22 if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi 23 23 fi 24 # --- END BEADS INTEGRATION v1.0. 3---24 # --- END BEADS INTEGRATION v1.0.4 --- -
.beads/hooks/pre-commit
r8681239 r76e9cfd 1 1 #!/usr/bin/env sh 2 # --- BEGIN BEADS INTEGRATION v1.0. 3---2 # --- BEGIN BEADS INTEGRATION v1.0.4 --- 3 3 # This section is managed by beads. Do not remove these markers. 4 4 if command -v bd >/dev/null 2>&1; then … … 22 22 if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi 23 23 fi 24 # --- END BEADS INTEGRATION v1.0. 3---24 # --- END BEADS INTEGRATION v1.0.4 --- -
.beads/hooks/pre-push
r8681239 r76e9cfd 1 1 #!/usr/bin/env sh 2 # --- BEGIN BEADS INTEGRATION v1.0. 3---2 # --- BEGIN BEADS INTEGRATION v1.0.4 --- 3 3 # This section is managed by beads. Do not remove these markers. 4 4 if command -v bd >/dev/null 2>&1; then … … 22 22 if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi 23 23 fi 24 # --- END BEADS INTEGRATION v1.0. 3---24 # --- END BEADS INTEGRATION v1.0.4 --- -
.beads/hooks/prepare-commit-msg
r8681239 r76e9cfd 1 1 #!/usr/bin/env sh 2 # --- BEGIN BEADS INTEGRATION v1.0. 3---2 # --- BEGIN BEADS INTEGRATION v1.0.4 --- 3 3 # This section is managed by beads. Do not remove these markers. 4 4 if command -v bd >/dev/null 2>&1; then … … 22 22 if [ $_bd_exit -ne 0 ]; then exit $_bd_exit; fi 23 23 fi 24 # --- END BEADS INTEGRATION v1.0. 3---24 # --- END BEADS INTEGRATION v1.0.4 --- -
AGENTS.md
r8681239 r76e9cfd 37 37 - `brew` - use `HOMEBREW_NO_AUTO_UPDATE=1` env var 38 38 39 <!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash: ca08a54f-->39 <!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:7510c1e2 --> 40 40 ## Beads Issue Tracker 41 41 … … 57 57 - Use `bd remember` for persistent knowledge — do NOT use MEMORY.md files 58 58 59 **Architecture in one line:** issues live in a local Dolt DB; sync uses `refs/dolt/data` on your git remote; `.beads/issues.jsonl` is a passive export. See https://github.com/gastownhall/beads/blob/main/docs/SYNC_CONCEPTS.md for details and anti-patterns. 60 59 61 ## Session Completion 60 62 … … 69 71 ```bash 70 72 git pull --rebase 71 bd dolt push72 73 git push 73 74 git status # MUST show "up to date with origin" … … 83 84 - If push fails, resolve and retry until it succeeds 84 85 <!-- END BEADS INTEGRATION --> 86 -
CLAUDE.md
r8681239 r76e9cfd 3 3 This file provides instructions and context for AI coding agents working on this project. 4 4 5 <!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash: ca08a54f-->5 <!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:7510c1e2 --> 6 6 ## Beads Issue Tracker 7 7 … … 23 23 - Use `bd remember` for persistent knowledge — do NOT use MEMORY.md files 24 24 25 **Architecture in one line:** issues live in a local Dolt DB; sync uses `refs/dolt/data` on your git remote; `.beads/issues.jsonl` is a passive export. See https://github.com/gastownhall/beads/blob/main/docs/SYNC_CONCEPTS.md for details and anti-patterns. 26 25 27 ## Session Completion 26 28 … … 35 37 ```bash 36 38 git pull --rebase 37 bd dolt push38 39 git push 39 40 git status # MUST show "up to date with origin" … … 49 50 - If push fails, resolve and retry until it succeeds 50 51 <!-- END BEADS INTEGRATION --> 52 51 53 52 54
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)