Add genesis bead and phase beads for claude-print
Genesis bead bf-5zr tracks the full 11-phase implementation. Phase beads bf-2z4 through bf-5na are wired sequentially (each blocks the next) and all block the genesis bead. Phase 1 is the only ready bead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3b00711bff
commit
9d53765a99
3 changed files with 8 additions and 0 deletions
3
.beads/.gitignore
vendored
Normal file
3
.beads/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
beads.db
|
||||
beads.db-shm
|
||||
beads.db-wal
|
||||
4
.beads/config.yaml
Normal file
4
.beads/config.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
issue_prefixes: [bf]
|
||||
default_priority: 2
|
||||
default_type: task
|
||||
claim_ttl_minutes: 30
|
||||
1
.beads/metadata.json
Normal file
1
.beads/metadata.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"database": "beads.db", "jsonl_export": "issues.jsonl"}
|
||||
Loading…
Add table
Reference in a new issue