Changeset 76e9cfd in Klonkt for AGENTS.md


Ignore:
Timestamp:
05/20/2026 02:48:05 AM (4 months ago)
Author:
robo <roboburr@…>
Branches:
main
Children:
46f23fd
Parents:
8681239
Message:

bd init: initialize beads issue tracking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • AGENTS.md

    r8681239 r76e9cfd  
    3737- `brew` - use `HOMEBREW_NO_AUTO_UPDATE=1` env var
    3838
    39 <!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:ca08a54f -->
     39<!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:7510c1e2 -->
    4040## Beads Issue Tracker
    4141
     
    5757- Use `bd remember` for persistent knowledge — do NOT use MEMORY.md files
    5858
     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
    5961## Session Completion
    6062
     
    6971   ```bash
    7072   git pull --rebase
    71    bd dolt push
    7273   git push
    7374   git status  # MUST show "up to date with origin"
     
    8384- If push fails, resolve and retry until it succeeds
    8485<!-- END BEADS INTEGRATION -->
     86
Note: See TracChangeset for help on using the changeset viewer.