Changeset 76e9cfd in Klonkt for CLAUDE.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
  • CLAUDE.md

    r8681239 r76e9cfd  
    33This file provides instructions and context for AI coding agents working on this project.
    44
    5 <!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:ca08a54f -->
     5<!-- BEGIN BEADS INTEGRATION v:1 profile:minimal hash:7510c1e2 -->
    66## Beads Issue Tracker
    77
     
    2323- Use `bd remember` for persistent knowledge — do NOT use MEMORY.md files
    2424
     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
    2527## Session Completion
    2628
     
    3537   ```bash
    3638   git pull --rebase
    37    bd dolt push
    3839   git push
    3940   git status  # MUST show "up to date with origin"
     
    4950- If push fails, resolve and retry until it succeeds
    5051<!-- END BEADS INTEGRATION -->
     52
    5153
    5254
Note: See TracChangeset for help on using the changeset viewer.