diff --git a/.beads/.gitignore b/.beads/.gitignore index 1a6e4637..d27a1db5 100644 --- a/.beads/.gitignore +++ b/.beads/.gitignore @@ -32,9 +32,13 @@ beads.left.meta.json beads.right.jsonl beads.right.meta.json +# Sync state (local-only, per-machine) +# These files are machine-specific and should not be shared across clones +.sync.lock +sync_base.jsonl + # NOTE: Do NOT add negation patterns (e.g., !issues.jsonl) here. # They would override fork protection in .git/info/exclude, allowing # contributors to accidentally commit upstream issue databases. # The JSONL files (issues.jsonl, interactions.jsonl) and config files # are tracked by git by default since no pattern above ignores them. -metadata.json diff --git a/.beads/config.yaml b/.beads/config.yaml index e48c9470..35fb4f3b 100644 --- a/.beads/config.yaml +++ b/.beads/config.yaml @@ -51,4 +51,6 @@ sync-branch: "beads-metadata" # - linear.url # - linear.api-key # - github.org -# - github.repo \ No newline at end of file +# - github.repo +# Custom issue types for Gas Town (fallback when database is unavailable) +types.custom: "agent,role,rig,convoy,slot,queue,event,message,molecule,gate,merge-request"