From 9f63e1430cf54b763284002e0b9aadbfcd1675fd Mon Sep 17 00:00:00 2001 From: mayor Date: Sat, 24 Jan 2026 16:37:04 -0800 Subject: [PATCH] fix(beads): set issue prefix to x- Ensures beads created in this repo use x- prefix to match routes.jsonl --- .beads/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.beads/config.yaml b/.beads/config.yaml index f02a515..2724a34 100644 --- a/.beads/config.yaml +++ b/.beads/config.yaml @@ -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