From 6edc890e019644a7775117703ed528a287ee990d Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Mon, 12 Jan 2026 17:46:39 +0100 Subject: [PATCH] Configure beads sync branch and ignore artifacts --- .beads/.gitignore | 6 ++++++ .beads/config.yaml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.beads/.gitignore b/.beads/.gitignore index abfab7c..d879afb 100644 --- a/.beads/.gitignore +++ b/.beads/.gitignore @@ -11,6 +11,12 @@ daemon.log daemon.pid bd.sock sync-state.json +.sync.lock +last-touched +sync_base.jsonl +.sync.lock +last-touched +sync_base.jsonl # Local version tracking (prevents upgrade notification spam after git ops) .local_version diff --git a/.beads/config.yaml b/.beads/config.yaml index f242785..1de3590 100644 --- a/.beads/config.yaml +++ b/.beads/config.yaml @@ -42,7 +42,7 @@ # This setting persists across clones (unlike database config which is gitignored). # Can also use BEADS_SYNC_BRANCH env var for local override. # If not set, bd sync will require you to run 'bd config set sync.branch '. -# sync-branch: "beads-sync" +sync-branch: "beads-sync" # Multi-repo configuration (experimental - bd-307) # Allows hydrating from multiple repositories and routing writes to the correct JSONL @@ -59,4 +59,4 @@ # - linear.url # - linear.api-key # - github.org -# - github.repo +# - github.repo \ No newline at end of file