Update .beads metadata after sync
Amp-Thread-ID: https://ampcode.com/threads/T-d089540c-c172-440f-88c9-ff06bde6504d Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
# Use no-db mode: load from JSONL, no SQLite, write back after each command
|
# 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
|
# When true, bd will use .beads/issues.jsonl as the source of truth
|
||||||
# instead of SQLite database
|
# instead of SQLite database
|
||||||
no-db: false
|
# no-db: false
|
||||||
|
|
||||||
# Disable daemon for RPC communication (forces direct database access)
|
# Disable daemon for RPC communication (forces direct database access)
|
||||||
# no-daemon: false
|
# no-daemon: false
|
||||||
@@ -45,3 +45,4 @@ no-db: false
|
|||||||
# - linear.api-key
|
# - linear.api-key
|
||||||
# - github.org
|
# - github.org
|
||||||
# - github.repo
|
# - github.repo
|
||||||
|
# - sync.branch - Git branch for beads commits (use BEADS_SYNC_BRANCH env var or bd config set)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"database": "beads.db",
|
"database": "beads.db",
|
||||||
"version": "0.21.7",
|
"version": "0.21.6",
|
||||||
"jsonl_export": "beads.jsonl"
|
"jsonl_export": "beads.jsonl"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user