From 23f09ee0c1b4596182fc81ab1f167b52eaa16e0a Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Wed, 5 Nov 2025 00:41:11 -0800 Subject: [PATCH] Update .beads metadata after sync Amp-Thread-ID: https://ampcode.com/threads/T-d089540c-c172-440f-88c9-ff06bde6504d Co-authored-by: Amp --- .beads/config.yaml | 3 ++- .beads/metadata.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.beads/config.yaml b/.beads/config.yaml index a488e63c..dabc20c1 100644 --- a/.beads/config.yaml +++ b/.beads/config.yaml @@ -11,7 +11,7 @@ # 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 # instead of SQLite database -no-db: false +# no-db: false # Disable daemon for RPC communication (forces direct database access) # no-daemon: false @@ -45,3 +45,4 @@ no-db: false # - linear.api-key # - github.org # - github.repo +# - sync.branch - Git branch for beads commits (use BEADS_SYNC_BRANCH env var or bd config set) diff --git a/.beads/metadata.json b/.beads/metadata.json index 1719c4d7..5498f55c 100644 --- a/.beads/metadata.json +++ b/.beads/metadata.json @@ -1,5 +1,5 @@ { "database": "beads.db", - "version": "0.21.7", + "version": "0.21.6", "jsonl_export": "beads.jsonl" } \ No newline at end of file