From 46ba735cfe1b91fa17b690e8093b21d949e29ca5 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Sun, 2 Nov 2025 15:26:29 -0800 Subject: [PATCH] Set issue prefix to 'bd' --- .beads/config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .beads/config.json diff --git a/.beads/config.json b/.beads/config.json new file mode 100644 index 00000000..a57a1287 --- /dev/null +++ b/.beads/config.json @@ -0,0 +1,5 @@ +{ + "database": "beads.db", + "version": "0.21.0", + "jsonl_export": "beads.jsonl" +} \ No newline at end of file