fix(beads): set issue prefix to x-
Some checks failed
CI / check (push) Failing after 2m5s

Ensures beads created in this repo use x- prefix to match routes.jsonl
This commit is contained in:
mayor
2026-01-24 16:37:04 -08:00
committed by John Ogle
parent b14ef1f62a
commit 9f63e1430c

View File

@@ -6,7 +6,7 @@
# Issue prefix for this repository (used by bd init)
# If not set, bd init will auto-detect from directory name
# Example: issue-prefix: "myproject" creates issues like "myproject-1", "myproject-2", etc.
# issue-prefix: ""
issue-prefix: "x"
# Use no-db mode: load from JSONL, no SQLite, write back after each command
# When true, bd will use .beads/issues.jsonl as the source of truth