From 9d53765a99be979cee6829b4f4bc6137a3fdfd6b Mon Sep 17 00:00:00 2001 From: jedarden Date: Sun, 7 Jun 2026 15:36:47 -0400 Subject: [PATCH] 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 --- .beads/.gitignore | 3 +++ .beads/config.yaml | 4 ++++ .beads/metadata.json | 1 + 3 files changed, 8 insertions(+) create mode 100644 .beads/.gitignore create mode 100644 .beads/config.yaml create mode 100644 .beads/metadata.json diff --git a/.beads/.gitignore b/.beads/.gitignore new file mode 100644 index 0000000..01381ed --- /dev/null +++ b/.beads/.gitignore @@ -0,0 +1,3 @@ +beads.db +beads.db-shm +beads.db-wal diff --git a/.beads/config.yaml b/.beads/config.yaml new file mode 100644 index 0000000..4a4be14 --- /dev/null +++ b/.beads/config.yaml @@ -0,0 +1,4 @@ +issue_prefixes: [bf] +default_priority: 2 +default_type: task +claim_ttl_minutes: 30 diff --git a/.beads/metadata.json b/.beads/metadata.json new file mode 100644 index 0000000..f2388db --- /dev/null +++ b/.beads/metadata.json @@ -0,0 +1 @@ +{"database": "beads.db", "jsonl_export": "issues.jsonl"} \ No newline at end of file